repo.or.cz
/
EroBeats.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2016 project-added to repo
[EroBeats.git]
/
Djinn and Tonic - Erobeats
/
SplashScreen.h
blob
fdfe1f14f3ac9ddbbb148c3ba274eaf25458845e
1
#pragma once
2
3
#include <iostream>
4
5
#include
"ResourceMaster.h"
6
7
class
SplashScreen
8
{
9
public
:
10
SplashScreen
(
bool
*
rscLoaded
,
ResourceMaster
*
rsc
);
11
~
SplashScreen
();
12
13
bool
*
loaded
;
14
};
15